|  |  | @@ -159,7 +159,8 @@ class ComplementCodeLogInfo(BaseModelMixin): | 
            
            
              | 159 | 159 |   | 
            
            
              | 160 | 160 |      @property | 
            
            
              | 161 | 161 |      def shot_image_url(self): | 
            
            
              | 162 |  | -        return qiniu_file_url(self.shot_image.name, bucket='tamron') if self.is_upload_qiniu else upload_file_url(self.shot_image) | 
            
            
              |  | 162 | +        # return qiniu_file_url(self.shot_image.name, bucket='tamron') if self.is_upload_qiniu else upload_file_url(self.shot_image) | 
            
            
              |  | 163 | +        return qiniu_file_url(self.shot_image.name, bucket='tamron') | 
            
            
              | 163 | 164 |   | 
            
            
              | 164 | 165 |      @property | 
            
            
              | 165 | 166 |      def shot_image_path(self): | 
            
            
            
            
              |  |  | @@ -167,7 +168,8 @@ class ComplementCodeLogInfo(BaseModelMixin): | 
            
            
              | 167 | 168 |   | 
            
            
              | 168 | 169 |      @property | 
            
            
              | 169 | 170 |      def invoice_image_url(self): | 
            
            
              | 170 |  | -        return qiniu_file_url(self.invoice_image.name, bucket='tamron') if self.is_upload_qiniu else upload_file_url(self.invoice_image) | 
            
            
              |  | 171 | +        # return qiniu_file_url(self.invoice_image.name, bucket='tamron') if self.is_upload_qiniu else upload_file_url(self.invoice_image) | 
            
            
              |  | 172 | +        return qiniu_file_url(self.invoice_image.name, bucket='tamron') | 
            
            
              | 171 | 173 |   | 
            
            
              | 172 | 174 |      @property | 
            
            
              | 173 | 175 |      def invoice_image_path(self): |